Tip: Prefer Reflection
to Native Code
Extensible systems sometimes link to classes and methods in a data-driven way
Use the core reflection API to interpret the
name strings
Your pure Java code will be more widely deployable

Return to Tracks